home *** CD-ROM | disk | FTP | other *** search
/ Print Library / Print Library.iso / library / select / 00031.ls < prev    next >
Encoding:
Text File  |  1995-08-11  |  272 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("Click")
  3.   set the castNum of sprite 29 to 29
  4.   updateStage()
  5.   repeat while the stillDown
  6.   end repeat
  7.   set the mouseDownScript to EMPTY
  8.   ResetPageDialog()
  9.   set the locV of sprite 26 to 1000
  10.   updateStage()
  11.   puppetSound(0)
  12.   go("Home")
  13. end
  14.